Database.IndexSchema Function

Returns a RecordSet containing the list of indexes for the passed table or Nil if the table has no indexes or the database source does not support indexes. The RecordSet has one field, IndexName, for the names of the indexes, and one row per index.

Syntax

result = Database.IndexSchema( TableName )

Parameters

TableName

String

Return Value

Result

RecordSet